-
1 deterministic automaton
= deterministic finite automaton; = DFAдетерминированный [конечный] автомат, ДКАконечный автомат, у которого для любой последовательности входных данных существует одно состояние, в которое он может перейти из текущего состояния. Для описания ДКА обычно используют таблицу переходов или диаграмму переходовAnt:см. тж. finite automationАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > deterministic automaton
-
2 deterministic automaton
-
3 deterministic automaton
Большой англо-русский и русско-английский словарь > deterministic automaton
-
4 deterministic automaton
-
5 deterministic automaton
Вычислительная техника: детерминированный автоматУниверсальный англо-русский словарь > deterministic automaton
-
6 deterministic automaton
English-Russian electronics dictionary > deterministic automaton
-
7 deterministic automaton
The New English-Russian Dictionary of Radio-electronics > deterministic automaton
-
8 deterministic automaton
English-Russian dictionary of computer science and programming > deterministic automaton
-
9 deterministic automaton
English-Russian information technology > deterministic automaton
-
10 deterministic automaton
English-Russian dictionary of electronics > deterministic automaton
-
11 finite deterministic automaton
детерминированный конечный автомат
—
[Я.Н.Лугинский, М.С.Фези-Жилинская, Ю.С.Кабиров. Англо-русский словарь по электротехнике и электроэнергетике, Москва, 1999 г.]Тематики
- электротехника, основные понятия
EN
Англо-русский словарь нормативно-технической терминологии > finite deterministic automaton
-
12 finite deterministic automaton
1) Техника: детерминированный конечный автомат2) Макаров: детерминированный автоматУниверсальный англо-русский словарь > finite deterministic automaton
-
13 deterministic finite automaton
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > deterministic finite automaton
-
14 automaton
- anthropomorphic automaton
- asynchronous automaton
- canonical automaton
- cellular automaton
- completely specified automaton
- deterministic automaton
- digital automaton
- discrete automaton
- finite automaton
- finite-state automaton
- fuzzy automaton
- heuristic automaton
- indeterministic automaton
- infinite automaton
- infinite-state automaton
- iterative automaton
- learned automaton
- learning automaton
- linear automaton
- nested automaton
- nonuniform automaton
- piecewise linear automaton
- primary automaton
- probabilistic automaton
- reducible automaton
- redundant automaton
- register automaton
- secondary automaton
- self-adapting automaton
- self-adjusting automaton
- self-reproducing automaton
- stochastic automaton
- symplectic cellular automaton
- synchronous automaton
- tesselation automaton
- uniform automaton -
15 automaton
- anthropomorphic automaton
- asynchronous automaton
- canonical automaton
- cellular automaton
- completely specified automaton
- deterministic automaton
- digital automaton
- discrete automaton
- finite automaton
- finite-state automaton
- fuzzy automaton
- heuristic automaton
- indeterministic automaton
- infinite automaton
- infinite-state automaton
- iterative automaton
- learned automaton
- learning automaton
- linear automaton
- nested automaton
- nonuniform automaton
- piecewise linear automaton
- primary automaton
- probabilistic automaton
- reducible automaton
- redundant automaton
- register automaton
- secondary automaton
- self-adapting automaton
- self-adjusting automaton
- self-reproducing automaton
- stochastic automaton
- symplectic cellular automaton
- synchronous automaton
- tesselation automaton
- uniform automatonThe New English-Russian Dictionary of Radio-electronics > automaton
-
16 automaton
- anthropomorphic automaton
- canonical parsing automaton
- cellular automaton
- completely specified automaton
- deterministic automaton
- digital automaton
- discrete automaton
- finite automaton
- finite state automaton
- finite-memory automaton
- halting automaton
- infinite automaton
- linear-bounded automaton
- Mealy automaton
- Moore automaton
- nondeterministic automaton
- parsing automaton
- partialy specific automaton
- probabilistic automaton
- push-down automaton
- reduced automaton
- reduced-time automaton
- redundant automaton
- self-adjusting automaton
- self-reproducing automaton
- semireduced parsing automaton
- split parsing automaton
- stochastic automaton
- timed automaton
- two-way automatonEnglish-Russian dictionary of computer science and programming > automaton
-
17 automaton
автомат
– combinatorial automaton
– commutative automaton
– definite automaton
– deterministic automaton
– digital automaton
– finite automaton
– finite-memory automaton
– finite-state automaton
– fixed automaton
– growing automaton
– higher automaton
– input-restricted automaton
– Mealy automaton
– memoryless automaton
– Moore automaton
– noninitial automaton
– probabilistic automaton
– redundant automaton
– self-adaptive automaton
– self-moving automaton
– stochastic automaton
– trivial automaton
-
18 deterministic
1) детерминированный
2) детерминистский
– deterministic algorithm
– deterministic automaton
– deterministic model
– deterministic process -
19 automaton with deterministic output
Математика: автомат с детерминированным выходомУниверсальный англо-русский словарь > automaton with deterministic output
-
20 deterministic finite automaton
1) Вычислительная техника: детерминистический конечный автомат2) Программирование: детерминированный конечный автоматУниверсальный англо-русский словарь > deterministic finite automaton
- 1
- 2
См. также в других словарях:
Deterministic automaton — is a concept of automata theory in which the outcome of a transition from one state to another given a certain input can be predicted for every occurrence. A common deterministic automaton is a deterministic finite state machine (sometimes… … Wikipedia
deterministic automaton — determinuotasis automatas statusas T sritis automatika atitikmenys: angl. deterministic automaton vok. bestimmter Automat, m; determinierter Automat, m rus. детерминированный автомат, m pranc. automate déterminé, m … Automatikos terminų žodynas
Deterministic pushdown automaton — In automata theory, a pushdown automaton is a finite automaton with an additional stack of symbols; its transitions can take the top symbol on the stack and depend on its value, and they can add new top symbols to the stack. A deterministic… … Wikipedia
Deterministic finite-state machine — An example of a Deterministic Finite Automaton that accepts only binary numbers that are multiples of 3. The state S0 is both the start state and an accept state. In the theory of computation and automata theory, a deterministic finite state… … Wikipedia
Deterministic context-free language — A deterministic context free language is a formal language which is defined by a deterministic context free grammar.[1] The set of deterministic context free languages is called DCFL[2] and is identical to the set of languages accepted by a… … Wikipedia
Deterministic context-free grammar — In formal grammar theory, the deterministic context free grammars (DCFGs) are a proper subset of the context free grammars. The deterministic context free grammars are those a deterministic pushdown automaton can recognize. A DCFG is the finite… … Wikipedia
Deterministic algorithm — In computer science, a deterministic algorithm is an algorithm which, in informal terms, behaves predictably. Given a particular input, it will always produce the same output, and the underlying machine will always pass through the same sequence… … Wikipedia
Tree automaton — A tree automaton is a type of state machine. Tree automata deal with tree structures, rather than the strings of more conventional state machines. The following article deals with branching tree automata, which correspond to regular languages of… … Wikipedia
Probabilistic automaton — In mathematics and computer science, the probabilistic automaton (PA) is a generalization of the non deterministic finite automaton; it includes the probability of a given transition into the transition function, turning it into a transition… … Wikipedia
Büchi automaton — A Büchi automaton is the extension of a finite state automaton to infinite inputs. It accepts an infinite input sequence iff there exists a run of the automaton (in case of a deterministic automaton, there is exactly one possible run) which… … Wikipedia
Determinization of Automaton — In theoretical computer science and automata theory, determinizing a non deterministic automaton is a very important procedure. This procedure accepts a non deterministic automaton of some type and returns another deterministic automaton that… … Wikipedia